home *** CD-ROM | disk | FTP | other *** search
- object frmConfirmacion: TfrmConfirmacion
- Left = 291
- Top = 272
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Confirmaci�n'
- ClientHeight = 176
- ClientWidth = 411
- Color = 14215660
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Explicacion: TLabel
- Left = 70
- Top = 29
- Width = 321
- Height = 26
- AutoSize = False
- Constraints.MaxWidth = 321
- Constraints.MinWidth = 321
- WordWrap = True
- end
- object Image1: TImage
- Left = 20
- Top = 20
- Width = 32
- Height = 32
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object Pregunta: TLabel
- Left = 70
- Top = 68
- Width = 321
- Height = 13
- AutoSize = False
- Constraints.MaxWidth = 321
- Constraints.MinWidth = 321
- WordWrap = True
- end
- object LabelPreguntaConfirmacion: TLabel
- Left = 70
- Top = 92
- Width = 321
- Height = 13
- Constraints.MinWidth = 321
- WordWrap = True
- end
- object btnSi: TPlaButton
- Left = 64
- Top = 144
- Width = 64
- Height = 21
- Anchors = [akBottom]
- Caption = 'S�'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = btnSiClick
- end
- object btnNo: TPlaButton
- Left = 210
- Top = 144
- Width = 64
- Height = 21
- Anchors = [akBottom]
- Caption = 'No'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = btnNoClick
- end
- object BtnSiATodos: TPlaButton
- Left = 137
- Top = 144
- Width = 64
- Height = 21
- Anchors = [akBottom]
- Caption = 'S� a todos'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BtnSiATodosClick
- end
- object BtnNoATodos: TPlaButton
- Left = 283
- Top = 144
- Width = 64
- Height = 21
- Anchors = [akBottom]
- Caption = 'Cancelar'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BtnNoATodosClick
- end
- object PBEscondido: TPlaButton
- Left = 12
- Top = 330
- Width = 64
- Height = 21
- Anchors = [akBottom]
- Caption = 'S�'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- TabStop = False
- OnClick = btnSiClick
- end
- object PCBAccionExtra: TPlaCheckBox
- Left = 68
- Top = 116
- Width = 230
- Height = 16
- Anchors = [akBottom]
- Caption = 'Desinfectar el archivo antes de restaurarlo.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 5
- Visible = False
- State = cbChecked
- end
- end
-